html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, 微软雅黑, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
}

body,
th,
td,
button,
input,
select,
textarea {
    font: 14px/1.5 PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, 微软雅黑, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    resize: none;
}

html,
body {
    *position: static;
    height: 100%;
    width: 100%;
}

html {
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, 微软雅黑, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

ul,
ol,
li,
dl {
    list-style-type: none;
}

label {
    cursor: pointer;
}

fieldset,
img {
    border: 0;
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
    font-size: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
    vertical-align: middle;
}

i {
    display: inline-block;
    font-style: normal;
}

i,
s,
b,
em {
    font-weight: normal;
    font-style: normal;
}

textarea.resize {
    resize: both !important;
}

input {
    border-radius: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
}

button,
input[type="button"],
input[type="submit"] {
    line-height: normal !important;
    cursor: pointer;
}

textarea,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=tel],
input[type=text] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* 去掉number输入框右边点击上下的小三角 */
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/*placeholder 文字颜色设置*/
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

/* Chrome浏览器会在输入控制聚集的时候添加一个蓝色的outline*/
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    overflow: visible
}

::-webkit-scrollbar-thumb {
    border: solid transparent;
    border-width: 1px 0;
    background-clip: padding-box;
    background: #c6c8cc
}

::-webkit-scrollbar-thumb:hover {
    background-color: #9198a6
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

::-webkit-scrollbar-button:hover {
    border-color: #5f6366
}

::-webkit-scrollbar-button:vertical:end:decrement,::-webkit-scrollbar-button:vertical:start:increment {
    display: none
}

/* 去掉select的默认样式 */
select {
    -webkit-appearance: none;
}

/* 如果有输入内容IE会给输入框右边加一个大大的X */
input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

/* type=number格式兼容 */
input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.cl {
    zoom: 1;
}

.cl:after {
    content: '';
    display: block;
    clear: both;
}

.clearfix:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    visibility: hidden
}

table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    border: none;
    outline: none;
}

button[disabled] {
    cursor: not-allowed;
    color: #666 !important;
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.tc,
.center {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.bold {
    font-weight: bold !important;
}

@font-face {
    font-family: DINProR;
    src: url('../font/DINPro-Regular.eot');
    /* IE9 */
    src: url('../font/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
    url('../font/DINPro-Regular.woff') format('woff'),
        /* chrome、firefox */
    url('../font/DINPro-Regular.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
    url('../font/DINPro-Regular.svg#webfont') format('svg');
    /* ios 4.1 */
}

@font-face {
    font-family: DINProM;
    src: url('../font/DINPro-Medium.eot');
    /* IE9 */
    src: url('../font/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
    url('../font/DINPro-Medium.woff') format('woff'),
        /* chrome、firefox */
    url('../font/DINPro-Medium.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
    url('../font/DINPro-Medium.svg#webfont') format('svg');
    /* ios 4.1 */
}

@font-face {
    font-family: DINBold;
    src: url('../font/DINCond-Bold.eot');
    /* IE9 */
    src: url('../font/DINCond-Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
    url('../font/DINCond-Bold.woff') format('woff'),
        /* chrome、firefox */
    url('../font/DINCond-Bold.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
    url('../font/DINCond-Bold.svg#webfont') format('svg');
    /* ios 4.1 */
}

@font-face {
    font-family: "STSongti-SC-Black";
    src: url("../font/Songti-SC-Regular.eot");
    src: url("../font/Songti-SC-Regular.woff") format("woff"),
    url("../font/Songti-SC-Regular.eot") format("embedded-opentype");
}


/*滑动条*/
.scroll::-webkit-scrollbar {
    width: 5px;
}

.scroll::-webkit-scrollbar-button {
    /* 2 */
}

.scroll::-webkit-scrollbar-track {
    /* 3 */
    background-color: #ddd;
}

.scroll::-webkit-scrollbar-track-piece {
    /* 4 */
}

.scroll::-webkit-scrollbar-thumb {
    /* 5 */
    background-color: #FF9327;
    border-radius: 5px;
}

.scroll::-webkit-scrollbar-corner {
    /* 6 */
}

.scroll::-webkit-resizer {
    /* 7 */
}

/*透明度*/
.transparent {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.ellipsis,
.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ell2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ell3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bbox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.w1200 {
    width: 1200px;
}

.auto,
.mr0 {
    margin: 0 auto;
}

.w {
    width: 100%;
}

.yellow {
    color: #FF5948 !important;
}

.blue {
    color: #006FF6 !important;
}

.green {
    color: #35b34a !important;
}

.pink {
    color: #FF3B30FF !important;
}

.gray {
    background-color: #9999994d !important;
    border-color: #9999994d !important;
}

.H68 {
    height: 68px;
}

.radio_type,
.checkbox_type {
    width: 12px;
    height: 12px;
    appearance: none;
    position: relative;
    outline: none;
    color: #333;
}

.radio_type:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #815B58;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -14px;
}

.radio_type:checked:after {
    content: "";
    width: 8px;
    height: 8px;
    text-align: center;
    background: #815B58;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
}

.radio_type:checked+label {
    color: #edd19d;
}

.checkbox_type:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #815B58;
    display: inline-block;
    vertical-align: middle;
    margin-top: -14px;
}

.checkbox_type:checked:after {
    content: "";
    /*这是html特殊字符的css编码*/
    width: 12px;
    height: 11px;
    background: url(img/check-on.png) no-repeat center center;
    background-size: 12px 11px;
    position: absolute;
    left: 0;
    top: 0px;
}


.shiny {
    position: relative;
    /* background: #FF5948; */
    /* background: linear-gradient(120deg,transparent,rgba(146, 148, 248, 0.4),transparent); */
    background-size: 600% 100%;
    -webkit-animation: shine 20s infinite;
    animation: shine 20s infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

/* button.shinydarken {
    background: #FF5948;
    background: linear-gradient(-45deg, #FF5948 50%, #699833 60%, #FF5948 70%);
    background-size: 600% 100%;
    -webkit-animation: shine 20s infinite;
    animation: shine 20s infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
} */

.shiny:active {
    top: 2px;
}

@-webkit-keyframes shine {
    0% {
        background-position-x: 400%;
    }

    50% {
        background-position-x: 0%;
    }

    100% {
        background-position-x: -400%;
    }
}

@keyframes shine {
    0% {
        background-position-x: 400%;
    }

    50% {
        background-position-x: 0%;
    }

    100% {
        background-position-x: -400%;
    }
}


/* 公用导航 start */
.lm_head {
    position: fixed;
    top: 0;
    height: 68px;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    z-index: 10;
}

.lm_head_box {
    width: 1200px;
}

.lm_head_ul span {
    position: relative;
    float: left;
    text-align: center;
    padding: 0 17px;
    line-height: 68px;
}

.lm_head_ul span .nav_a {
    font-size: 16px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: bold;
    color: #333;
    width: 88px;
    box-sizing: border-box;
    line-height: 68px;
    float: left;
    color: #333;
}

.lm_head_ul .nav_a:hover,
.lm_head_ul span.on .nav_a {
    background: url(img/icon-nav-on.png) no-repeat center center;
    background-size: 88px 32px;
    color: #fff;
}

.lm_head_ul span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 28px;
    width: 1px;
    height: 10px;
    background: #D8D8D8;
}

.lm_head_ul span:first-child:before {
    content: none;
}

.lm_head_ul .logo {
    width: 148px;
    height: 44px;
    margin: 0 16px;
}

.lm_head_ul .logo:before {
    content: none;
}

.lm_head_ul .logo img {
    width: 100%;
    height: 100%;
}

.lm_head_ul .logo+a:before {
    content: none;
}

.lm_head_ul .login {
    font-size: 16px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: bold;
    color: #333;
}

.lm_head_ul .login a:hover {
    color: #C30D23;
    text-decoration: underline;
}

@-webkit-keyframes inkMaskPlay2 {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    100% {
        -webkit-mask-position: 0 100%;
        mask-position: 0 100%
    }
}

@-webkit-keyframes inkMaskOut2 {
    0% {
        -webkit-mask-position: 0 100%;
        mask-position: 0 100%
    }

    100% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

.lm_product {
    display: none;
    position: absolute;
    top: 67px;
    height: 331px;
    background: #F7F8F9;
    padding-top: 32px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}

.lm_span{
    position: relative;
    display: inline-block;
    margin: 0 32px;
}
.lm_product_item {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 48px 9px 0;
    color: #333;
    transition: all .3s ease-out;
}
.lm_span i{
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -13px;
    z-index: 1;
    width: 26px;
    height: 26px;
    background: url(img/icon-hot.png) no-repeat center center;
    background-size: 26px 26px;
}
.lm_product_item.product_item_1{
    width: 62px;
    height: 198px;
    background: url(img/icon-cp-1.png) no-repeat center center;
    background-size: 62px 198px
}
.lm_product_item.product_item_2{
    width: 62px;
    height: 230px;
    background: url(img/icon-cp-2.png) no-repeat center center;
    background-size: 62px 230px
}
.lm_product_item.product_item_3{
    width: 62px;
    height: 198px;
    background: url(img/icon-cp-3.png) no-repeat center center;
    background-size: 62px 198px
}
.lm_product_item.product_item_4{
    width: 62px;
    height: 278px;
    background: url(img/icon-cp-4.png) no-repeat center center;
    background-size: 62px 278px
}
.lm_product_item.product_item_5{
    width: 62px;
    height: 198px;
    background: url(img/icon-cp-5.png) no-repeat center center;
    background-size: 62px 198px
}
.lm_product_item.product_item_6{
    width: 62px;
    height: 198px;
    background: url(img/icon-cp-6.png) no-repeat center center;
    background-size: 62px 198px
}
.lm_product_item.product_item_7{
    width: 62px;
    height: 198px;
    background: url(img/icon-cp-7.png) no-repeat center center;
    background-size: 62px 198px
}

.lm_product_item.product_item_7{
    width: 62px;
    height: 198px;
    background: url(img/icon-active.png) no-repeat center center;
    background-size: 62px 198px;
}
.lm_product_item.product_item_7 .span1,.lm_product_item.product_item_7 .span2{
    color: #c30d23!important;
}

.lm_product_item.product_item_1:hover{
    width: 62px;
    height: 198px;
    background: url(img/icon-cp-01.png) no-repeat center center;
    background-size: 62px 198px
}
.lm_product_item.product_item_2:hover{
    width: 62px;
    height: 230px;
    background: url(img/icon-cp-02.png) no-repeat center center;
    background-size: 62px 230px
}
.lm_product_item.product_item_3:hover{
    width: 62px;
    height: 198px;
    background: url(img/icon-cp-03.png) no-repeat center center;
    background-size: 62px 198px
}
.lm_product_item.product_item_4:hover{
    width: 62px;
    height: 278px;
    background: url(img/icon-cp-04.png) no-repeat center center;
    background-size: 62px 278px
}
.lm_product_item.product_item_5:hover{
    width: 62px;
    height: 198px;
    background: url(img/icon-cp-05.png) no-repeat center center;
    background-size: 62px 198px
}
.lm_product_item.product_item_6:hover{
    width: 62px;
    height: 198px;
    background: url(img/icon-cp-06.png) no-repeat center center;
    background-size: 62px 198px
}
/* .lm_product_item.product_item_7:hover{
    width: 62px;
    height: 198px;
    background: url(img/icon-cp-07.png) no-repeat center center;
    background-size: 62px 198px
} */
.lm_product_item.product_item_7:hover span{

}






.lm_product_item .span1 {
    float: left;
    font-size: 16px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: bold;
    color: #333;
    line-height: 22px;
    width: 24px;
    margin: 0 auto;
    word-wrap: break-word;/*英文的时候需要加上这句，自动换行*/
}
.lm_product_item .span2{
    float: left;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    width: 20px;
}
.lm_product_item:hover .span1{
    color: #9B6F49;
}


/* 公用导航end */


/* 底部 */
.foot {
    background: #222222;
    color: #999;
}

.foot a {
    color: #999;
}

.foot a:hover {
    color: #fff;
}

.foot_bottom {
    border-top: 1px solid rgba(216, 216, 216, .09);
    padding: 20px 0;
}

.foot_top {
    padding: 39px 0 48px;
}

.foot_top_left {
    padding: 0 220px 0 60px;
}

.foot_logo {
    width: 148px;
    height: 44px;
}

.foot_tel {
    font-size: 31px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    margin: 11px 0 8px;
}

.foot_ask {
    width: 156px;
    height: 48px;
    background: url(img/icon-foot-ask.png) no-repeat center center;
    background-size: 156px 48px;
    margin: 0 auto;
    cursor: pointer;
}

.foot_top_mid {
    width: 40%;
}

.foot_top_mid .mid_1 {
    width: 72%;
}

.foot_top_mid .mid_2 {
    width: 15%;
}

.foot_top_mid .tit,
.foot_top_right .tit {
    font-family: STSongti-SC-Black, STSongti-SC;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 24px;
}

.foot_top_mid .mid_ul a {
    float: left;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-bottom: 16px;
    margin-left: 40px;
}

.foot_top_mid .mid_1 .mid_ul {
    margin-left: -40px;
}

.foot_top_mid .mid_2 .mid_ul a {
    margin-left: 0;
}

.foot_top_mid .mid_ul a:hover {
    color: #fff;
}

.foot_top_right {
    margin-left: 80px;
}

.foot_top_right .code {
    width: 90px;
    height: 90px;
}
.sbgw_mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: none;
}
.sbgw_detail {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 220px;
    height: 324px;
    margin-left: -110px;
    margin-top: -195px;
    padding: 30px 35px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 5px 10px 0px rgba(38, 37, 37, 0.1);
    border-radius: 4px;
    z-index: 100000;
    display: none;
}

.sbgw_detail .ask_close{
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    background:#fff url(img/ask_close.png) no-repeat center center;
    background-size: contain;
    margin-left: -15px;
}


.sbgw_detail .top {
    margin-bottom: 20px;
}

.sbgw_detail .top img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.sbgw_detail .top h4 {
    line-height: 28px;
    font-size: 18px;
}

.sbgw_detail .top p {
    font-size: 14px;
    color: #666;
}

.sbgw_detail .bottom .bottom_img{
    width: 200px;
    height: 200px;
    margin:0 auto 20px;
    text-align: center;
}
.sbgw_detail .bottom img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.sbgw_detail .bottom p {
    text-align: center;
    font-size: 18px;
}